home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sscont_1 / sscont~1.txt < prev    next >
Encoding:
Text File  |  1998-05-28  |  3.1 KB  |  61 lines

  1. Readme.txt
  2.  
  3. DESCRIPTION
  4. -----------
  5. This ActiveX control "SSCONTROL" provides HTML developers with a simple user-editable
  6. table allowing users to enter and edit information in a simple spreadsheet-like table.
  7. A few property settings allow row and column totalling to be enabled.  
  8.  
  9. With this control, you don't need 
  10. (a) to link your HTML page to (version dependent) Excel or other libraries, or
  11. (b) assume your user has the latest browser version with dynamic HTML.
  12.  
  13. This is a free-standing control not dependent upon installed software (apart from free
  14. self-installing Microsoft controls; refer below).
  15.  
  16. This works with VBscript and Javascript.  It has been tested with IE/VBscript and should work
  17. with Netscape in conjunction with the Active-X enabling plugin (available elsewhere).
  18.  
  19. Source Code (VB5) is provided free of charge.  The control is based on Microsoft's FlexGrid
  20. control, provided with VB5, which is a read-only table control; the significant added
  21. functionality is in-cell user-editing of contents as well as conditional row/column totalling
  22. and other related wrapper properties, methods, and events facilitating manipulation by
  23. script(s) on an HTML page.
  24.  
  25. This ActiveX control "SSCONTROL" is provided as FREEWARE and may be used, modified, and
  26. distributed by anyone at any time provided that a simple email is sent to
  27. "Dave.Walsh@roads.sa.gov.au" acknowledging the conditions:
  28.  
  29. NO LIABILITY WHATSOEVER IS ACCEPTED BY ANYONE FOR ANYTHING AT ALL IN RELATION TO THIS
  30. SOFTWARE.  USE AND/OR REDISTRIBUTION IS STRICTLY CONDITIONAL UPON INDEMNIFICATION FROM
  31. ANY AND ALL CLAIMS UPON THE AUTHORS AND DISTRIBUTERS.  DO NOT USE THIS SOFTWARE IF YOU
  32. DO NOT ACCEPT THESE CONDITIONS.
  33.  
  34. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  35.  
  36. INSTALLATION
  37. ------------
  38. The .ZIP file contains directories for both the control and source code.  Unzip into a directory
  39. tree of your choice and invoke one of the example HTML files to install the compiled control.
  40.  
  41. The control is automatically installed upon loading of the html page, via the "CODEBASE"
  42. statement in the <OBJECT> tag.  The CODEBASE points to a .CAB file containing the control
  43. (note that the HTTP: path part of the .CAB reference has been omitted in all of HTML examples,
  44. so it will assume the same path as the originating HTML file).  
  45.  
  46. IMPORTANT INSTALLATION FYI
  47. --------------------------
  48. Be aware that the .CAB is constructed such that any required underlying native Microsoft
  49. ActiveX controls are automatically downloaded from the Microsoft ActiveX components WWW site
  50. and installed if they are not already on the browser's PC (ie the PC should be online to
  51. the WWW the 1st time you invoke it, probably via one of the examples).
  52.  
  53. HOW-TO
  54. ------
  55. The VB source code contains a list of the available properties, methods and events and some
  56. advice on the commmonly used ones.
  57.  
  58. Refer to the provided example HTML files for how to invoke and manage the control.  
  59.  
  60. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  61.